home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / tag_bbs / tag2bw2b.zip / LOCAL.BAT < prev    next >
DOS Batch File  |  1992-11-29  |  2KB  |  47 lines

  1. @Echo Off
  2. :===========================================================================
  3. : This batch file is used for the sysop to log into the Blue Wave Door
  4. : and reader without having to log onto one of the nodes.. It's important
  5. : to note that if a user attempts to access the door at the same time as
  6. : the sysop from the same node the information within EXITINFO.BBS will be
  7. : possibly corrupted. If you don't have a local only node then I would
  8. : recommended setting up a sysop only TAG menu option to access this batch file
  9. : from one of the regular nodes... Or be very careful <grin>
  10. :
  11. : This batch file assumes:
  12. : Local Node Directory       = C:\BBS3
  13. : Blue Wave NODE3 Directory  = C:\BW\NODE3
  14. : Blue Wave Reader Directory = C:\BWAVE
  15. : Sysop User Number          = 1
  16. :
  17. : Parameters are
  18. :            1 = Port Speed (0 for local operation)
  19. :            2 = Time Left
  20. :            3 = User Number
  21. :            4 = First Name (Or alias first name)
  22. :            5 = Last Name (or alias last name... "." if one word handle)
  23. :            6 = ANSI status (1 = Yes 0 = No)
  24. :            7 = Com Port (0 for local operation)
  25. :            8 = Blue Wave QBBS system Directory
  26. :            9 = TAG node main BBS directory
  27. :
  28. : Change these parameters to fit your system
  29. :
  30. :===========================================================================
  31.  
  32. C:
  33. CD\BW
  34.  
  35. TAG2BW 0 30 1 Rick Cooper 1 0 C:\BW\NODE3 C:\BBS3
  36. Copy C:\Bw\Node3\DorInfo3.Def C:\Bw\Node3\DorInfo1.Def
  37. BWMAIL -CNODE3.PRM
  38.  
  39. CD\BWAVE
  40. BWAVE
  41. CD\BW
  42.  
  43. BWMAIL -CNODE3.PRM
  44. TAGUDATE C:\BW\NODE3 C:\BBS3
  45.  
  46. :End
  47.